home *** CD-ROM | disk | FTP | other *** search
- program Demo1;
-
- uses
- Forms,
- Demo1s in 'DEMO1S.PAS' {Form1},
- Demo1s1 in 'DEMO1S1.PAS' {errorDlg};
-
- {$R *.RES}
-
- begin
- Application.CreateForm(TForm1, Form1);
- Application.CreateForm(TerrorDlg, errorDlg);
- Application.Run;
- end.
-